home *** CD-ROM | disk | FTP | other *** search
/ Underground / Underground CD1.iso / other / progsy / netbus / NETBUS.EXE / 0 / RCDATA / TKEYFORM / TKEYFORM.txt
Encoding:
Text File  |  1998-08-22  |  678 b   |  35 lines

  1. object KeyForm: TKeyForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Keyboard'
  6.   ClientHeight = 82
  7.   ClientWidth = 126
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 14
  16.   object ClickButton: TButton
  17.     Left = 15
  18.     Top = 14
  19.     Width = 97
  20.     Height = 25
  21.     Caption = 'Key click'
  22.     TabOrder = 0
  23.     OnClick = ClickButtonClick
  24.   end
  25.   object DisableKeysBtn: TButton
  26.     Left = 15
  27.     Top = 46
  28.     Width = 97
  29.     Height = 25
  30.     Caption = 'Disable keys'
  31.     TabOrder = 1
  32.     OnClick = DisableKeysBtnClick
  33.   end
  34. end
  35.